Uses of Interface
org.eclipse.vtp.desktop.editors.core.theme.CanvasFrame

Packages that use CanvasFrame
org.eclipse.vtp.desktop.editors.core.theme   
org.eclipse.vtp.desktop.editors.themes.attraction   
org.eclipse.vtp.desktop.editors.themes.mantis   
 

Uses of CanvasFrame in org.eclipse.vtp.desktop.editors.core.theme
 

Methods in org.eclipse.vtp.desktop.editors.core.theme that return CanvasFrame
 CanvasFrame Theme.createCanvasFrame(UICanvas canvas)
           
 

Uses of CanvasFrame in org.eclipse.vtp.desktop.editors.themes.attraction
 

Classes in org.eclipse.vtp.desktop.editors.themes.attraction that implement CanvasFrame
 class AttractionCanvasFrame
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction that return CanvasFrame
 CanvasFrame AttractionTheme.createCanvasFrame(UICanvas canvas)
           
 

Uses of CanvasFrame in org.eclipse.vtp.desktop.editors.themes.mantis
 

Classes in org.eclipse.vtp.desktop.editors.themes.mantis that implement CanvasFrame
 class MantisCanvasFrame
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis that return CanvasFrame
 CanvasFrame MantisTheme.createCanvasFrame(UICanvas canvas)